ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientPrepareCellForEdit Property






In This Topic
    OnClientPrepareCellForEdit Property
    In This Topic
    Occurs when an editor cell is created and before it becomes active.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientPrepareCellForEdit As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientPrepareCellForEdit = value
     
    value = instance.OnClientPrepareCellForEdit
    public virtual System.string OnClientPrepareCellForEdit {get; set;}
    public read-write property OnClientPrepareCellForEdit: System.String; virtual; 
    public function get,set OnClientPrepareCellForEdit : System.String
    public: __property virtual System.string* get_OnClientPrepareCellForEdit();
    public: __property virtual void set_OnClientPrepareCellForEdit( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientPrepareCellForEdit {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also